home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / ec100.arc / ECREADME.DOC < prev    next >
Encoding:
Text File  |  1990-12-28  |  7.5 KB  |  181 lines

  1.  
  2.  
  3.  
  4.                 ESTERIAN CONQUEST(tm) README FILE (Version 1.0)
  5.  
  6.  
  7.     If your BBS is like most, Esterian Conquest will become one of the most
  8.     requested and used door programs you own.  Our goal is to create the
  9.     best and most used BBS door game in existence.
  10.  
  11.  
  12.  
  13.     FEATURES THAT SYSOP'S LIKE ABOUT ESTERIAN CONQUEST:
  14.     -----------------------------------------------------------------------
  15.  
  16.     LOW-MAINTENANCE.  Esterian Conquest is easy to install and is self-
  17.        reliant.  Simply install the program, initialize one or more games
  18.        for players, and forget about it until you want to reinitialize a
  19.        game.  This is a very well behaved program that will run reliably
  20.        and return to your BBS software correctly when done.
  21.  
  22.     SELF-CORRECTING.  Esterian Conquest automatically backs up the previous
  23.        state of a game before processing moves.  It also checks the
  24.        integrity of the data files before using them.  If any errors exist,
  25.        it restores the previous move so only one turn is lost at most.
  26.  
  27.     BULLETPROOF.  Esterian Conquest takes full responsibility for handling
  28.        the serial communications hardware and interrupts.  It does not
  29.        get disrupted by line noise or phone disconnection, nor does it miss
  30.        characters typed by players.
  31.  
  32.        Using a simple, but reliable file access method, Esterian Conquest
  33.        will support simultaneous multi-node regardless of your BBS
  34.        configuration.
  35.  
  36.     CUSTOMIZED OPERATION.  You can control many aspects of Esterian
  37.        Conquest.  Set the maximum number of players, reserve empires for
  38.        particular users, set the days of the week to process the moves
  39.        and much more (see the Sysop's Guide for information about the
  40.        ECUTIL sysop's utility).
  41.  
  42.  
  43.  
  44.     FEATURES THAT YOUR USERS WILL LOVE:
  45.     -----------------------------------------------------------------------
  46.  
  47.     REALISTIC ACTION: Sophisticated simulations of battle, planetary
  48.        growth, and espionage make them feel like they're really there.
  49.        They command 7 types of ships.  They order fleets on 13 possible
  50.        missions and they have total control of their planets: directing
  51.        production, setting tax levels, and building defenses.
  52.  
  53.     ADVANCED, YET EASY TO USE: They enter commands through well-structured
  54.        menus.  Optional ANSI graphics are available for all menus and
  55.        charts.  Multiple commands can be issued on one line -- the program
  56.        will remember and process them.  Expert mode speeds up the game and
  57.        on-line help is available for any menu.
  58.  
  59.  
  60.  
  61.  
  62.     ESTERIAN CONQUEST README FILE (Version 1.0)                           2
  63.  
  64.     EXTRAS THAT GO THE FULL NINE YARDS: They can send messages to other
  65.        players with the built-in text editor.  Autopilot mode can be used
  66.        to care for empires if they are away for a while.  All results of
  67.        their missions are reported in word-wrapped, realistic messages.
  68.  
  69.  
  70.  
  71.     SYSTEM REQUIREMENTS FOR ESTERIAN CONQUEST
  72.     -----------------------------------------------------------------------
  73.        Esterian Conquest will run on any IBM PC,XT,PS/2, or compatible
  74.        machine with the following capacities:
  75.  
  76.           MS-DOS version 2.11 or later.
  77.  
  78.           512K of internal memory (640K is recommended for larger games
  79.           involving 25 players).
  80.  
  81.           A hard disk with at least 1MB available disk space.
  82.  
  83.           PCBoard BBS software versions 14.0 or later (or any other BBS
  84.           software with a utility that can generate a PCBOARD.SYS doorgame
  85.           file that is compatible with PCBoard BBS software).
  86.  
  87.  
  88.  
  89.     FILES ON THE PROGRAM DISKETTE
  90.     -----------------------------------------------------------------------
  91.        ECUTIL.EXE ..... Esterian Conquest Sysop Utility.
  92.        ECGAME.EXE ..... The User Interface.
  93.        ECMAINT.EXE .... The Maintenance Program.
  94.  
  95.        ECREADME.DOC ... Overview document.
  96.        ECPLAYER.DOC ... Esterian Conquest players' Guide.
  97.        ECQSTART.DOC ... Esterian Conquest players' Quick Start.
  98.        ECSYSOP.DOC  ... This sysop's document.
  99.  
  100.  
  101.  
  102.     INSTALLING ESTERIAN CONQUEST
  103.     -----------------------------------------------------------------------
  104.        Installing Esterian Conquest is straightforward in four steps:
  105.        (1) Copy program files into a directory, (2) Create a door-game
  106.        batch file to run the Esterian Conquest game when requested by
  107.        users, (3) Add commands to run the Maintenance Program (ECMAINT) to
  108.        your BBS daily event batch file, and (4) copy the player
  109.        documentation files, ECPLAYER.DOC and ECQSTART.DOC to a directory so
  110.        that players can download these files.
  111.  
  112.     COPY THE PROGRAM FILES.  Create a directory on your hard disk to hold
  113.        the program files (We recommend calling it \EC).  Copy the three
  114.        program files (ECUTIL.EXE, ECGAME.EXE, and ECMAINT.EXE) into this
  115.        directory.  Create a separate directory for the game files (call it
  116.        \GAME01).  If you wish to run multiple player games simultaneously,
  117.        create a separate directory for each game (\GAME01, \GAME02, etc.).
  118.  
  119.  
  120.  
  121.  
  122.     ESTERIAN CONQUEST README FILE (Version 1.0)                           3
  123.  
  124.     DOOR-GAME BATCH FILE.  Create a door-game batch file that will run the
  125.        ECGAME.EXE program. Run ECGAME from inside the directory that stores
  126.        the player game data files (\GAME01).  The command to run ECGAME
  127.        must be followed by the path which contains the PCBOARD.SYS file.
  128.  
  129.        EXAMPLE OF DOOR BATCH COMMANDS:
  130.        COMMAND:                 EXPLANATION:
  131.        -------------------------------------------------------------------
  132.        C: (switch to drive C:)
  133.        CD\GAME01                (go to game directory \GAME01)
  134.        C:\EC\ECGAME C:\PCB      (from c:\ec, run ECGAME followed by
  135.                                   directory \PCB which contains
  136.                                   PCBOARD.SYS)
  137.        --------------------------------------------------------------------
  138.  
  139.  
  140.  
  141.     ADD THE MAINTENANCE PROGRAM TO YOUR BBS EVENT BATCH FILE.  The
  142.        maintenance program (ECMAINT.EXE) should be run from the player game
  143.        data directory.
  144.  
  145.        NOTE: Adding the ECMAINT program to the event batch file will start
  146.        the game.  You should advertise the start of a game and wait several
  147.        days to allow users to sign up for empires before adding this
  148.        command to your event batch file.
  149.  
  150.        COMMANDS TO ADD TO THE BBS DAILY EVENT BATCH FILE:
  151.        COMMAND:                 EXPLANATION:
  152.        -------------------------------------------------------------------
  153.        C: (switch to drive C:)
  154.        CD\GAME01                (go to game directory \GAME01)
  155.        C:\EC\ECMAINT /R         (from c:\ec, run ECMAINT and generate
  156.                                    rankings file)
  157.        COPY RANKINGS.TXT \BULLETINS
  158.                                 (copy the player rankings to your
  159.                                    bulletins directory)
  160.        --------------------------------------------------------------------
  161.  
  162.  
  163.     PLAYER DOCUMENTATION FILES.  Make the player documentation files
  164.        (ECPLAYER.DOC, ECQSTART.DOC) available to your users.  You may wish
  165.        to compress these files with programs such as PKZIP.
  166.  
  167.        Esterian Conquest is now ready to be initialized.  Use the
  168.        ECUTIL.EXE program to initialize a game (see the Sysop's Guide for
  169.        more information on running the ECUTIL program).
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.